home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global hintCount
- if not soundBusy(1) then
- if hintCount < 3 then
- puppetSound("instruction")
- updateStage()
- end if
- end if
- repeat while soundBusy(1)
- nothing()
- end repeat
- puppetSound(0)
- set hintCount to hintCount + 1
- end
-